@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

*{
    box-sizing: border-box;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
body{
    background: radial-gradient(
        65.04% 80.82% at 26.98% 33.73%,
        #f3efef 14.88%, 
        #ede9b0 36.78%, 
        #dc8eaa 74.89%, 
        #9885f7 97.92%
    );
}
.container-box{
    margin: 10px 10px;
    background: linear-gradient(
        to right bottom,
        rgba(255,255,255,0.7),
        rgba(255,255,255,0.2)
    );
    /* border: 2px solid white; */
    border-radius:14px;
    box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.25);
}
/*---------------------------View Home--------------------------- */
.home-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* box-shadow: 20px 20px 25px rgba(0, 0, 0, 0.25);
    border-radius: 14px; */
    height: 100vh;
    height:  calc(100vh - 20px);
}
.home-img{
    padding-left: 10px;
    width: 35vw;
    min-width: 250px;
}
.home-info{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-align: center;
    width: 200px;
    color: #aa7393;
    margin: 10px;
}

.home-items{
    margin: 28px auto 0px;
    width: 220px;
    height: 55px;
    line-height: 55px;
    background: linear-gradient(
        to right bottom,
        rgba(255,255,255,0.7),
        rgba(255,255,255,0.3)
    );
    border-radius: 14px;
    text-align: center;
}
.home-items:hover{
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
    cursor: pointer;
}
.img-web {
    display:none;
}
.links-items{
    text-decoration: none;
    font-weight:700;
    font-size: 17px;
    color: #433CA7;
    padding: 15px 60px;
}
.access-items{
    text-align: center;
    text-decoration: none;
    color: #433CA7;
}
.container-img{
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    background: rgb(227, 205, 255)
}
.cat-gif {
    width: 220px;
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
}
.google-icon{
    width: 20px;
}
/*---------------------View Signin & Signup-------------------- */
.signup-register{
    color: #433CA7;
    font-weight:700;
    font-family: 'Sofia', cursive;
    font-size: 45px;
}
.google-button{
    font-weight:700;
    font-size: 17px;
    color: #433CA7;
    padding: 15px 10px;
    width: 200px;
    border:0;
    border-radius:10px;
    background: linear-gradient(
        to right bottom,
        rgba(255,255,255,0.7),
        rgba(255,255,255,0.3)
    );
    text-decoration: none;
}
.google-button:hover{
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
    cursor: pointer;
}
.signin-access-items{
    text-align: center;
    text-decoration: none;
    color: #433CA7;
    margin-top:20px;
}

/*----------------------- View Signin: Form- ---------------------- */
.container-form{
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-div{
    position: relative;
    height: 40px;
    margin-bottom: 1.5rem;
}
.form-input{
    position: absolute;
    top: 0;
    left: 1rem;
    width: 17vw;
    min-width: 150px;
    height: 100%;
    font-size: 1rem;
    border: transparent;
    border-radius: .5rem;
    outline: none;
    padding: 0 .9rem;
    background: none;
    z-index: 1;
}
.form-label{
    position: absolute;
    left: 1rem;
    padding: 0 .9rem;
    color: #80868B;
    font-size: 1rem;
    transition: .5s;
}
.form-button{
	width: 20vw;
    min-width: 220px;
	height: 50px;
	border-radius: 15px;
	outline: none;
	border: none;
    background: linear-gradient(
        to right bottom,
        rgba(255,255,255,0.7),
        rgba(255,255,255,0.3)
    );
	font-size: 1.2rem;
	color: #433CA7;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.form-button:hover{
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.25);
    transform: scale(1.1);
}
.form-input:focus + .form-label {
    top: -.8rem;
    left: .8rem;
    font-size: 0.90rem;
    font-weight: 500;
    z-index: 10;
    outline: none;
}
.form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label{
    top: -.8rem;
    left: .8rem;
    font-size: .80rem;
    font-weight: 500;
    z-index: 10;
    outline: none;
}
.form-input:focus{
    border: transparent;
}
.login-content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}
.icon-input{
	color: #999;
    padding: 1px;
    margin: 1px;
}
a{
    text-decoration:none;
    color: #433CA7;
    font-weight: 700;
}
.sgn{
    color: #433CA7;
}
.input-div {
    width:20vw;
    min-width: 220px;
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin-top: 25px;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}
.fa-eye {
    position: absolute;
    right: 0rem;
    padding: 0 .9rem;
    color: #80868B;
    font-size: 1.3rem;
    transition: .5s;
    cursor:pointer;
}
span{
    color: rgb(75, 73, 73);
}
.error-password,
.error-email{
    color: rgb(228, 68, 68);
    font-size: 14px;
    margin-top: 5px;
}

/*---------------------------View 404---------------------------- */
.container-error{
    position: relative;
    width: 280px;
    height: 280px;
    overflow: hidden;
    border-radius: 50%;
    background: rgb(227, 205, 255);
}
.cat-error{
    width: 320px;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
}
.message-error{
    color: #433CA7;
}

.show {
    display: block;
}
.mostrar {
    display: block;
}
.ocultar {
    display: none;
}
.hide{
    display: none;
  }


/* @media screen and (max-width:778px) {
    .container-box{
        margin: 20px 25px;
    }
} */